From: Lars Magne Ingebrigtsen Date: Sat, 15 Nov 2014 18:25:29 +0000 (+0100) Subject: Use cherry-pick -xe instead of git log amend X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~494 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5fa7b7181a2c474c6e0b9480d92e34305bca31ed;p=emacs.git Use cherry-pick -xe instead of git log amend --- diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow index 4bda3f5c909..798f363881f 100644 --- a/admin/notes/git-workflow +++ b/admin/notes/git-workflow @@ -59,8 +59,7 @@ which will look like commit 958b768a6534ae6e77a8547a56fc31b46b63710b cd ~/emacs/emacs-24 -git cherry-pick 958b768a6534ae6e77a8547a56fc31b46b63710b -git commit --amend +git cherry-pick -xe 958b768a6534ae6e77a8547a56fc31b46b63710b and add "Backport:" to the commit string. Then